SftTree/OCX 7.0

SftTreeColumn.Index Property

Softel vdm, Inc.

Returns the real column number of this column.

Syntax       

Get

VB.NET

ColIndex = object.Index  As Short

VB

ColIndex = object.Index  As Integer

C#.NET

short ColIndex = object.Index;

VC++

short ColIndex = object->Index;
short ColIndex = object->GetIndex();

C

HRESULT object->get_Index(short* ColIndex);

Delphi

ColIndex := object.Index   : Smallint;

object

A SftTreeColumn object.

ColIndex

Returns the real column number of this column.

Comments

The Index property returns the real column number of this column.

See Also  SftTreeColumn Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com